@charset "UTF-8";

header > h1 {
	display: block !important;
	opacity: 1 !important;
}
main {
	width: 100%;
	max-width: 1100px;
	height: 100%;
	/*height: 100vh;*/
	/*overflow: hidden;*/
	overflow-y: scroll;
	padding: 50px 0 0;
	background-color: #171717;
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	left: auto;
	right: auto;
	margin: 0 auto;
}
main .base {
	width: 100%;
	max-width: 1100px;
	/*height: calc(100vh - 50px);*/
	/*min-height: 640px;*/
	margin: 0 auto;
	position: -webkit-sticky;
	position: sticky;
	position: fixed;
	top: 0;
	top: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;/*
	-webkit-align-items: flex-end;
	align-items: flex-end;*/
}
main .base .base_img {
	width: 100%;
	z-index: 0;
	position: relative;
}
main .base .base_img img {
	display: block;
}
/*
main.right .base .base_img img{
	transform: rotateY(180deg);
}*/
main .base .base_img .copy {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: absolute;
	height: 100%;
	max-height: 100vh;
	top: 0;
	left: 0;
	padding: 0 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFF;
}
main .base .main_text {
	text-align: center;
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 50px);
	position: absolute;
	top: 0;
	padding: 0 0 140px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 5vw 3.5vw;
}
/*
main.right .base .main_text {
	padding: 0 60px 50px calc(50% + 60px);
}*/

*::-ms-backdrop, main .base .main_text {
	/* IE11 */
	left: 0;
	bottom: 0;
}
main .base .main_text > strong {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 20px;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
main .base .main_text > h3 {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 10px;
}
main .base .main_text > h4 {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 10px;
}






/*--------------------------------------------------------------------------*/

main .content {
	width: 100%;
	position: relative;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 100vh 0 0;
	padding: 5vw 0 0;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}


*::-ms-backdrop, main .content {
	/* IE11 */
	position: relative;
}


/*
main.left .content {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}*/
/*
main.right .content {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}*/
main .content .listsetarea {
	position: relative;
	padding: 40px 20px;
	background-color: #171717;
	width: 50%;
	background: linear-gradient(to left,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}
/*
main.right .content .listsetarea {
	background: linear-gradient(to right,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}*/
/*
main.left .content .listsetarea {
	background: linear-gradient(to left,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}*/
.listsetarea .main_ttl {
	padding: 0 0 20px;
	border-bottom: 2px solid #535353;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 20px;
	width: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
.listsetarea .main_read {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px;
}
.listsetarea .item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.listsetarea .item > article {
	width: 100%;
	overflow: hidden;
}
.listsetarea .item > article:not(.active){
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.listsetarea .item > article .img_box {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	position: relative;
}
.listsetarea .item > article .img_box img {
	display: block;
}
.listsetarea .item > article .img_box .copy {
	display: block;
	line-height: 20px;
	font-size: 10px;
	color: #FFF;
	background-color: rgba(0,0,0,.75);
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	text-align: left;
}
.listsetarea .item > article > h6 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
.listsetarea .item > article > .text {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.8;
}



/*--------------------------------------------------------------------------*/

.listsetarea .more {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 0 30px;
	border-bottom: 1px dotted #616565;
	margin: 0 0 30px;
}

*::-ms-backdrop, .listsetarea .more {
	/* IE11 */
	justify-content: flex-start;	
}

.listsetarea .more > a {
	display: inline-block;
	width: auto;
	line-height: 30px;
	/*background-color: #210000;*/
	border: 1px solid #fff;
	background-color: #280000;
	color: #FFF;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 24px;
}
.listsetarea .more > a:hover {
	color: #210000;
	background-color: #FFF;
}
.listsetarea .pager {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 0 30px;
	border-bottom: 1px dotted #616565;
	margin: 0 0 30px;
}
.listsetarea .pager > a {
	display: block;
	width: 30px;
	line-height: 30px;
	background-color: #210000;
	color: #FFF;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	margin: 0 2.5px;
	font-size: 24px;
	transition: 0;
}
.listsetarea .pager > a#prev::before {
	content: "\f104";
}
.listsetarea .pager > a#next::before {
	content: "\f105";
}
.listsetarea .pager > a.active,
.listsetarea .pager > a:hover {
	color: #210000;
	background-color: #FFF;
}
.listsetarea .pager > a.disable {
	visibility: hidden;
}

.listsetarea .info {
	padding: 0 0 40px;
	position: relative;
}
.listsetarea .info > h4,
.listsetarea .info > h5,
.listsetarea .info > a {
	font-size: 14px;
	line-height: 1;
	margin: 0 0 10px;
	color: #FFF;
}
.listsetarea .info > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.listsetarea .info > a::after {
	content: "\f045";
	line-height: initial;
	margin: 0 0 0 5px;
	color: #aaa;
}
.listsetarea .info > a:hover {
	text-decoration: underline;
	color: #ac0300;
}
.listsetarea .info > a:hover::after {
	color: #ac0300;	
}
.listsetarea .info > .sns {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.listsetarea .info > .sns > a {
	display: block;
	width: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
	color: #FFF;
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #aaa;
}
.listsetarea .info > .sns > a.inst::before {
	content: "\f16d";
}
.listsetarea .info > .sns > a.fb::before {
	content: "\f082";
}
.listsetarea .info > .sns > a.twt::before {
	content: "\f081";
}
.listsetarea .info > .sns > a:hover {
	color: #ac0300;
}

.listsetarea .info > .note {
	font-size: 10px;
}

.listsetarea .topic {
	padding: 0 0 20px;
	position: relative;
}
.listsetarea .topic > .ttl {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px solid #535353;
	width: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
.listsetarea .topic > .ttl::first-letter {
	color: #ac0300;
}
.listsetarea .topic > p {
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 1.6;
}
.listsetarea .topic > p > a {
	color: #FFF;
	text-decoration: underline;
}
.listsetarea .topic > p > a:hover {
	color: #ac0300;
}

/*--------------------------------------------------------------------------*/


main .pickup {
	position: relative;
	padding: 80px 0 0;
	/*background-color: #171717;*/
	background: -moz-linear-gradient(top, transparent, rgba(23, 23, 23, 1.8) 30%, #171717);
	background: -webkit-linear-gradient(top, transparent, rgba(23, 23, 23, 1.8) 30%, #171717);
	background: linear-gradient(to bottom, transparent, rgba(23, 23, 23, 1.8) 30%, #171717);
	width: 100%;
}


/*
main .pickup {
	position: relative;
	padding: 80px 0 0;
	background-color: #171717;
	width: 100%;
}

*/
/*
main .pickup::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	position: absolute;
	left: calc(50% - .5px);
	bottom: calc(100% - 80px);
	background-color: #646464;
}*/

main .pickup > h5 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 30px;
	width: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
main .pickup > .link {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 40px 0;
}
main .pickup > .link::before {
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	left: calc(50% - .5px);
	bottom: 50%;
	background-color: #646464;
	z-index: 2;
}
main .pickup > .link::after {
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	left: calc(50% - .5px);
	top: 50%;
	background-color: #646464;
	z-index: 2;
}
main .pickup > .link > .item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 50%;
	color: #FFF;
}
main .pickup > .link > .item:hover {
	color: #ac0300;
}
.link > .item > .img_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.link > .item > .img_box img {
	display: block;
	width: 100%;
	height: auto;
}
.link > .item > .img_box .copy {
	display: block;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px;
}
.link > .item.right > .img_box .copy {
	right: auto;
	left: 0;
}
.link > .item > .over {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
}
.link > .item.left > .over {
	/*padding: 0 0 0 calc(50% + 70px);*/
	padding: 0 0 0 50%;
}
.link > .item.right > .over {
	padding: 0 0 0 calc(0% + 70px);
}
.link > .item > .over > strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
	font-family: 'ヒラギノ角ゴ ProN W3';
}
.link > .item > .over > h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 5px;
}
.link > .item > .over > span {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}










/*--------------------------------------------------------------------------*/




@media screen and (max-width:834px){
/*190416追記*/
body {
	height: 100%;
}
/*main {
	padding: 0;
}*/

main .base .base_img {
	background-color: #000;
}
main .base .base_img > img {
	width: 100%;
	height: calc(100vh - 50px);
	/*height:100%;*/
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: left center;
	/*object-position: left top;*/
	object-position: left center;
}
/*
main.left .base .base_img > img {
	-webkit-object-position: left center;
	object-position: left top;
}*/
/*
main.right .base .base_img > img {
	-webkit-object-position: right center;
	object-position: right top;
}*/
main .base .main_text {
	/*padding: 0 5vw 5vh;*/
	padding: 0 5vw;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	/*表示位置調整*/
	max-height: calc(100% - 50px);
}

/*
main.left .base .main_text {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}*/
/*
main.right .base .main_text {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}*/
main .base .main_text > strong {
	/*font-size: 36px;*/
	font-size: 2.1rem;
	margin: 0 0 10px;
	width: 100%;
}
main .base .main_text > h3 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
main .base .main_text > h4 {
	font-size: 16px;
	margin: 0;
}


main .content {
	padding: calc(100vh - 50px) 0 0;
	padding: calc(130vh - 50px) 0 0;
}
main .content .listsetarea {
	width: 100%;
	padding: 80px 40px;
	background: none;
	background-color: rgba(0,0,0,.75);
}
/*
main.left .content .listsetarea,
main.right .content .listsetarea {
	width: 100%;
	padding: 80px 40px;
	background: none;
	background-color: rgba(0,0,0,.85);
}*/
main .content .listsetarea::before {
	content: "";
	display: block;
	width: 100%;
	height: 30vh;
	background: linear-gradient(to top,rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 70%);
	position: absolute;
	bottom: 100%;
	left: 0;
}

main .pickup {
	background: #171717;
}	

main .content .pickup > .link {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}



main .content .pickup > .link::after,
main .content .pickup > .link::before {
	display: none;
}
main .content .pickup > .link > .item {
	width: 100%;
	-webkit-justify-content: center;
	justify-content: center;
}
.link > .item.right > .over,
.link > .item.left > .over {
	padding: 0;
	width: auto;
	margin: 0 auto;
	left: auto;
	right: auto;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.link > .item > .over > strong {
	font-size: 36px;
	margin: 0 0 20px;
}
.link > .item > .over > h6 {

}
.link > .item > .over > span {
	margin: 0 0 10vw;
}

.listsetarea .main_read,
.listsetarea .item > article > .text {
	font-size: 14px;
}




@media screen and (max-width:414px){

@media screen and (max-width:412px){

@media screen and (max-width:375px){

@media screen and (max-width:360px){

@media screen and (max-width:320px){



/*--------------------------------------------------------------------------*/
}
}
}
}
}
}